 |
ALPHA-VISION® DataObject dependent Actions: MePo_SetLimit1 - 7
|
MePo_SetLimit1 - 7
SUMMARY
MePo_SetLimit1 - Set Limit 1
SYNTAX
MePo_SetLimit1(
<PointId>,
<Value>)
ARGUMENTS
- PointId
-
- Data Object
- Value
-
- Value for Limit 1
DESCRIPTION
Sets the Limit 1 for a measuring point.
Note:
That job is available for compatibility reasons to older projects only;
for actual Projects the use of --
Obj_SetAttr(PointId,Limit1,Value) -- is strongly recommended.
EXAMPLES
MePo_SetLimit1($ACT,123.45)
The Limit 1 for the actual measuring point is set to 123,45.
(The functionality for the Limits 2 to 8 is accordant !)
Syntax Notation
- [aaa]
- aaa is optional (zero or one occurences)
- (aaa|bbb)
- aaa exclusive or bbb
- (aaa)*
- aaa may occur indefinitely often or may be omitted
- (aaa)+
- aaa may occur indefinitely often but at least once
- (aaa)m..n
- aaa may occur from m to n times